home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / installer / Make-Includes < prev    next >
Text File  |  1994-01-23  |  30KB  |  627 lines

  1. cd dcc.master:include/clib
  2.  
  3. echo  >graphics_protos.h "/** $VER: clib/graphics_protos.h 1.0 (23.1.94) **/"
  4. echo >>graphics_protos.h "#ifndef GRAPHICS_PROTOS_H"
  5. echo >>graphics_protos.h "#define GRAPHICS_PROTOS_H 1"
  6. echo >>graphics_protos.h "#include <pragmas/config.h>"
  7. echo >>graphics_protos.h "#include <exec/types.h>"
  8. echo >>graphics_protos.h "#include <clib/graphics_protos.h>  /** Note this is in the Amiga directory **/"
  9. echo >>graphics_protos.h "#if __SUPPORTS_PRAGMAS__"
  10. echo >>graphics_protos.h "#ifdef __DICE_INLINE"
  11. echo >>graphics_protos.h "extern struct GfxBase **GfxBase;"
  12. echo >>graphics_protos.h "#include <pragmas/graphics_pragmas.h>"
  13. echo >>graphics_protos.h "#endif"
  14. echo >>graphics_protos.h "#endif"
  15. echo >>graphics_protos.h "#endif"
  16.  
  17.  
  18. echo  >icon_protos.h "/** $VER: clib/icon_protos.h 1.0 (23.1.94) **/"
  19. echo >>icon_protos.h "#ifndef ICON_PROTOS_H"
  20. echo >>icon_protos.h "#define ICON_PROTOS_H 1"
  21. echo >>icon_protos.h "#include <pragmas/config.h>"
  22. echo >>icon_protos.h "#include <exec/types.h>"
  23. echo >>icon_protos.h "#include <clib/icon_protos.h>  /** Note this is in the Amiga directory **/"
  24. echo >>icon_protos.h "#if __SUPPORTS_PRAGMAS__"
  25. echo >>icon_protos.h "#ifdef __DICE_INLINE"
  26. echo >>icon_protos.h "extern struct Library **IconBase;"
  27. echo >>icon_protos.h "#include <pragmas/icon_pragmas.h>"
  28. echo >>icon_protos.h "#endif"
  29. echo >>icon_protos.h "#endif"
  30. echo >>icon_protos.h "#endif"
  31.  
  32.  
  33. echo  >iffparse_protos.h "/** $VER: clib/iffparse_protos.h 1.0 (23.1.94) **/"
  34. echo >>iffparse_protos.h "#ifndef IFFPARSE_PROTOS_H"
  35. echo >>iffparse_protos.h "#define IFFPARSE_PROTOS_H 1"
  36. echo >>iffparse_protos.h "#include <pragmas/config.h>"
  37. echo >>iffparse_protos.h "#include <exec/types.h>"
  38. echo >>iffparse_protos.h "#include <clib/iffparse_protos.h>  /** Note this is in the Amiga directory **/"
  39. echo >>iffparse_protos.h "#if __SUPPORTS_PRAGMAS__"
  40. echo >>iffparse_protos.h "#ifdef __DICE_INLINE"
  41. echo >>iffparse_protos.h "extern struct Library **IFFParseBase;"
  42. echo >>iffparse_protos.h "#include <pragmas/iffparse_pragmas.h>"
  43. echo >>iffparse_protos.h "#endif"
  44. echo >>iffparse_protos.h "#endif"
  45. echo >>iffparse_protos.h "#endif"
  46.  
  47.  
  48. echo  >input_protos.h "/** $VER: clib/input_protos.h 1.0 (23.1.94) **/"
  49. echo >>input_protos.h "#ifndef INPUT_PROTOS_H"
  50. echo >>input_protos.h "#define INPUT_PROTOS_H 1"
  51. echo >>input_protos.h "#include <pragmas/config.h>"
  52. echo >>input_protos.h "#include <exec/types.h>"
  53. echo >>input_protos.h "#include <clib/input_protos.h>  /** Note this is in the Amiga directory **/"
  54. echo >>input_protos.h "#if __SUPPORTS_PRAGMAS__"
  55. echo >>input_protos.h "#ifdef __DICE_INLINE"
  56. echo >>input_protos.h "extern struct Library **InputBase;"
  57. echo >>input_protos.h "#include <pragmas/input_pragmas.h>"
  58. echo >>input_protos.h "#endif"
  59. echo >>input_protos.h "#endif"
  60. echo >>input_protos.h "#endif"
  61.  
  62.  
  63. echo  >intuition_protos.h "/** $VER: clib/intuition_protos.h 1.0 (23.1.94) **/"
  64. echo >>intuition_protos.h "#ifndef INTUITION_PROTOS_H"
  65. echo >>intuition_protos.h "#define INTUITION_PROTOS_H 1"
  66. echo >>intuition_protos.h "#include <pragmas/config.h>"
  67. echo >>intuition_protos.h "#include <exec/types.h>"
  68. echo >>intuition_protos.h "#include <clib/intuition_protos.h>  /** Note this is in the Amiga directory **/"
  69. echo >>intuition_protos.h "#if __SUPPORTS_PRAGMAS__"
  70. echo >>intuition_protos.h "#ifdef __DICE_INLINE"
  71. echo >>intuition_protos.h "extern struct IntuitionBase **IntuitionBase;"
  72. echo >>intuition_protos.h "#include <pragmas/intuition_pragmas.h>"
  73. echo >>intuition_protos.h "#endif"
  74. echo >>intuition_protos.h "#endif"
  75. echo >>intuition_protos.h "#endif"
  76.  
  77.  
  78. echo  >keymap_protos.h "/** $VER: clib/keymap_protos.h 1.0 (23.1.94) **/"
  79. echo >>keymap_protos.h "#ifndef KEYMAP_PROTOS_H"
  80. echo >>keymap_protos.h "#define KEYMAP_PROTOS_H 1"
  81. echo >>keymap_protos.h "#include <pragmas/config.h>"
  82. echo >>keymap_protos.h "#include <exec/types.h>"
  83. echo >>keymap_protos.h "#include <clib/keymap_protos.h>  /** Note this is in the Amiga directory **/"
  84. echo >>keymap_protos.h "#if __SUPPORTS_PRAGMAS__"
  85. echo >>keymap_protos.h "#ifdef __DICE_INLINE"
  86. echo >>keymap_protos.h "extern struct Library **KeymapBase;"
  87. echo >>keymap_protos.h "#include <pragmas/keymap_pragmas.h>"
  88. echo >>keymap_protos.h "#endif"
  89. echo >>keymap_protos.h "#endif"
  90. echo >>keymap_protos.h "#endif"
  91.  
  92.  
  93. echo  >layers_protos.h "/** $VER: clib/layers_protos.h 1.0 (23.1.94) **/"
  94. echo >>layers_protos.h "#ifndef LAYERS_PROTOS_H"
  95. echo >>layers_protos.h "#define LAYERS_PROTOS_H 1"
  96. echo >>layers_protos.h "#include <pragmas/config.h>"
  97. echo >>layers_protos.h "#include <exec/types.h>"
  98. echo >>layers_protos.h "#include <clib/layers_protos.h>  /** Note this is in the Amiga directory **/"
  99. echo >>layers_protos.h "#if __SUPPORTS_PRAGMAS__"
  100. echo >>layers_protos.h "#ifdef __DICE_INLINE"
  101. echo >>layers_protos.h "extern struct LayersBase **LayersBase;"
  102. echo >>layers_protos.h "#include <pragmas/layers_pragmas.h>"
  103. echo >>layers_protos.h "#endif"
  104. echo >>layers_protos.h "#endif"
  105. echo >>layers_protos.h "#endif"
  106.  
  107.  
  108. echo  >locale_protos.h "/** $VER: clib/locale_protos.h 1.0 (23.1.94) **/"
  109. echo >>locale_protos.h "#ifndef LOCALE_PROTOS_H"
  110. echo >>locale_protos.h "#define LOCALE_PROTOS_H 1"
  111. echo >>locale_protos.h "#include <pragmas/config.h>"
  112. echo >>locale_protos.h "#include <exec/types.h>"
  113. echo >>locale_protos.h "#include <clib/locale_protos.h>  /** Note this is in the Amiga directory **/"
  114. echo >>locale_protos.h "#if __SUPPORTS_PRAGMAS__"
  115. echo >>locale_protos.h "#ifdef __DICE_INLINE"
  116. echo >>locale_protos.h "extern struct Library **LocaleBase;"
  117. echo >>locale_protos.h "#include <pragmas/locale_pragmas.h>"
  118. echo >>locale_protos.h "#endif"
  119. echo >>locale_protos.h "#endif"
  120. echo >>locale_protos.h "#endif"
  121.  
  122.  
  123. echo  >mathffp_protos.h "/** $VER: clib/mathffp_protos.h 1.0 (23.1.94) **/"
  124. echo >>mathffp_protos.h "#ifndef MATHFFP_PROTOS_H"
  125. echo >>mathffp_protos.h "#define MATHFFP_PROTOS_H 1"
  126. echo >>mathffp_protos.h "#include <pragmas/config.h>"
  127. echo >>mathffp_protos.h "#include <exec/types.h>"
  128. echo >>mathffp_protos.h "#include <clib/mathffp_protos.h>  /** Note this is in the Amiga directory **/"
  129. echo >>mathffp_protos.h "#if __SUPPORTS_PRAGMAS__"
  130. echo >>mathffp_protos.h "#ifdef __DICE_INLINE"
  131. echo >>mathffp_protos.h "extern struct Library **MathBase;"
  132. echo >>mathffp_protos.h "#include <pragmas/mathffp_pragmas.h>"
  133. echo >>mathffp_protos.h "#endif"
  134. echo >>mathffp_protos.h "#endif"
  135. echo >>mathffp_protos.h "#endif"
  136.  
  137.  
  138. echo  >mathieeedoubbas_protos.h "/** $VER: clib/mathieeedoubbas_protos.h 1.0 (23.1.94) **/"
  139. echo >>mathieeedoubbas_protos.h "#ifndef MATHIEEEDOUBBAS_PROTOS_H"
  140. echo >>mathieeedoubbas_protos.h "#define MATHIEEEDOUBBAS_PROTOS_H 1"
  141. echo >>mathieeedoubbas_protos.h "#include <pragmas/config.h>"
  142. echo >>mathieeedoubbas_protos.h "#include <exec/types.h>"
  143. echo >>mathieeedoubbas_protos.h "#include <clib/mathieeedoubbas_protos.h>  /** Note this is in the Amiga directory **/"
  144. echo >>mathieeedoubbas_protos.h "#if __SUPPORTS_PRAGMAS__"
  145. echo >>mathieeedoubbas_protos.h "#ifdef __DICE_INLINE"
  146. echo >>mathieeedoubbas_protos.h "extern struct Library **MathIeeeDoubBasBase;"
  147. echo >>mathieeedoubbas_protos.h "#include <pragmas/mathieeedoubbas_pragmas.h>"
  148. echo >>mathieeedoubbas_protos.h "#endif"
  149. echo >>mathieeedoubbas_protos.h "#endif"
  150. echo >>mathieeedoubbas_protos.h "#endif"
  151.  
  152.  
  153. echo  >mathieeedoubtrans_protos.h "/** $VER: clib/mathieeedoubtrans_protos.h 1.0 (23.1.94) **/"
  154. echo >>mathieeedoubtrans_protos.h "#ifndef MATHIEEEDOUBTRANS_PROTOS_H"
  155. echo >>mathieeedoubtrans_protos.h "#define MATHIEEEDOUBTRANS_PROTOS_H 1"
  156. echo >>mathieeedoubtrans_protos.h "#include <pragmas/config.h>"
  157. echo >>mathieeedoubtrans_protos.h "#include <exec/types.h>"
  158. echo >>mathieeedoubtrans_protos.h "#include <clib/mathieeedoubtrans_protos.h>  /** Note this is in the Amiga directory **/"
  159. echo >>mathieeedoubtrans_protos.h "#if __SUPPORTS_PRAGMAS__"
  160. echo >>mathieeedoubtrans_protos.h "#ifdef __DICE_INLINE"
  161. echo >>mathieeedoubtrans_protos.h "extern struct Library **MathIeeeDoubTransBase;"
  162. echo >>mathieeedoubtrans_protos.h "#include <pragmas/mathieeedoubtrans_pragmas.h>"
  163. echo >>mathieeedoubtrans_protos.h "#endif"
  164. echo >>mathieeedoubtrans_protos.h "#endif"
  165. echo >>mathieeedoubtrans_protos.h "#endif"
  166.  
  167.  
  168. echo  >mathieeesingbas_protos.h "/** $VER: clib/mathieeesingbas_protos.h 1.0 (23.1.94) **/"
  169. echo >>mathieeesingbas_protos.h "#ifndef MATHIEEESINGBAS_PROTOS_H"
  170. echo >>mathieeesingbas_protos.h "#define MATHIEEESINGBAS_PROTOS_H 1"
  171. echo >>mathieeesingbas_protos.h "#include <pragmas/config.h>"
  172. echo >>mathieeesingbas_protos.h "#include <exec/types.h>"
  173. echo >>mathieeesingbas_protos.h "#include <clib/mathieeesingbas_protos.h>  /** Note this is in the Amiga directory **/"
  174. echo >>mathieeesingbas_protos.h "#if __SUPPORTS_PRAGMAS__"
  175. echo >>mathieeesingbas_protos.h "#ifdef __DICE_INLINE"
  176. echo >>mathieeesingbas_protos.h "extern struct Library **MathIeeeSingBasBase;"
  177. echo >>mathieeesingbas_protos.h "#include <pragmas/mathieeesingbas_pragmas.h>"
  178. echo >>mathieeesingbas_protos.h "#endif"
  179. echo >>mathieeesingbas_protos.h "#endif"
  180. echo >>mathieeesingbas_protos.h "#endif"
  181.  
  182.  
  183. echo  >mathieeesingtrans_protos.h "/** $VER: clib/mathieeesingtrans_protos.h 1.0 (23.1.94) **/"
  184. echo >>mathieeesingtrans_protos.h "#ifndef MATHIEEESINGTRANS_PROTOS_H"
  185. echo >>mathieeesingtrans_protos.h "#define MATHIEEESINGTRANS_PROTOS_H 1"
  186. echo >>mathieeesingtrans_protos.h "#include <pragmas/config.h>"
  187. echo >>mathieeesingtrans_protos.h "#include <exec/types.h>"
  188. echo >>mathieeesingtrans_protos.h "#include <clib/mathieeesingtrans_protos.h>  /** Note this is in the Amiga directory **/"
  189. echo >>mathieeesingtrans_protos.h "#if __SUPPORTS_PRAGMAS__"
  190. echo >>mathieeesingtrans_protos.h "#ifdef __DICE_INLINE"
  191. echo >>mathieeesingtrans_protos.h "extern struct Library **MathIeeeSingTransBase;"
  192. echo >>mathieeesingtrans_protos.h "#include <pragmas/mathieeesingtrans_pragmas.h>"
  193. echo >>mathieeesingtrans_protos.h "#endif"
  194. echo >>mathieeesingtrans_protos.h "#endif"
  195. echo >>mathieeesingtrans_protos.h "#endif"
  196.  
  197.  
  198. echo  >mathtrans_protos.h "/** $VER: clib/mathtrans_protos.h 1.0 (23.1.94) **/"
  199. echo >>mathtrans_protos.h "#ifndef MATHTRANS_PROTOS_H"
  200. echo >>mathtrans_protos.h "#define MATHTRANS_PROTOS_H 1"
  201. echo >>mathtrans_protos.h "#include <pragmas/config.h>"
  202. echo >>mathtrans_protos.h "#include <exec/types.h>"
  203. echo >>mathtrans_protos.h "#include <clib/mathtrans_protos.h>  /** Note this is in the Amiga directory **/"
  204. echo >>mathtrans_protos.h "#if __SUPPORTS_PRAGMAS__"
  205. echo >>mathtrans_protos.h "#ifdef __DICE_INLINE"
  206. echo >>mathtrans_protos.h "extern struct Library **MathTransBase;"
  207. echo >>mathtrans_protos.h "#include <pragmas/mathtrans_pragmas.h>"
  208. echo >>mathtrans_protos.h "#endif"
  209. echo >>mathtrans_protos.h "#endif"
  210. echo >>mathtrans_protos.h "#endif"
  211.  
  212.  
  213. echo  >misc_protos.h "/** $VER: clib/misc_protos.h 1.0 (23.1.94) **/"
  214. echo >>misc_protos.h "#ifndef MISC_PROTOS_H"
  215. echo >>misc_protos.h "#define MISC_PROTOS_H 1"
  216. echo >>misc_protos.h "#include <pragmas/config.h>"
  217. echo >>misc_protos.h "#include <exec/types.h>"
  218. echo >>misc_protos.h "#include <clib/misc_protos.h>  /** Note this is in the Amiga directory **/"
  219. echo >>misc_protos.h "#if __SUPPORTS_PRAGMAS__"
  220. echo >>misc_protos.h "#ifdef __DICE_INLINE"
  221. echo >>misc_protos.h "extern struct Library **MiscBase;"
  222. echo >>misc_protos.h "#include <pragmas/misc_pragmas.h>"
  223. echo >>misc_protos.h "#endif"
  224. echo >>misc_protos.h "#endif"
  225. echo >>misc_protos.h "#endif"
  226.  
  227.  
  228. echo  >potgo_protos.h "/** $VER: clib/potgo_protos.h 1.0 (23.1.94) **/"
  229. echo >>potgo_protos.h "#ifndef POTGO_PROTOS_H"
  230. echo >>potgo_protos.h "#define POTGO_PROTOS_H 1"
  231. echo >>potgo_protos.h "#include <pragmas/config.h>"
  232. echo >>potgo_protos.h "#include <exec/types.h>"
  233. echo >>potgo_protos.h "#include <clib/potgo_protos.h>  /** Note this is in the Amiga directory **/"
  234. echo >>potgo_protos.h "#if __SUPPORTS_PRAGMAS__"
  235. echo >>potgo_protos.h "#ifdef __DICE_INLINE"
  236. echo >>potgo_protos.h "extern struct Library **PotgoBase;"
  237. echo >>potgo_protos.h "#include <pragmas/potgo_pragmas.h>"
  238. echo >>potgo_protos.h "#endif"
  239. echo >>potgo_protos.h "#endif"
  240. echo >>potgo_protos.h "#endif"
  241.  
  242.  
  243. echo  >ramdrive_protos.h "/** $VER: clib/ramdrive_protos.h 1.0 (23.1.94) **/"
  244. echo >>ramdrive_protos.h "#ifndef RAMDRIVE_PROTOS_H"
  245. echo >>ramdrive_protos.h "#define RAMDRIVE_PROTOS_H 1"
  246. echo >>ramdrive_protos.h "#include <pragmas/config.h>"
  247. echo >>ramdrive_protos.h "#include <exec/types.h>"
  248. echo >>ramdrive_protos.h "#include <clib/ramdrive_protos.h>  /** Note this is in the Amiga directory **/"
  249. echo >>ramdrive_protos.h "#if __SUPPORTS_PRAGMAS__"
  250. echo >>ramdrive_protos.h "#ifdef __DICE_INLINE"
  251. echo >>ramdrive_protos.h "extern struct Library **RamdriveBase;"
  252. echo >>ramdrive_protos.h "#include <pragmas/ramdrive_pragmas.h>"
  253. echo >>ramdrive_protos.h "#endif"
  254. echo >>ramdrive_protos.h "#endif"
  255. echo >>ramdrive_protos.h "#endif"
  256.  
  257.  
  258. echo  >rexxsyslib_protos.h "/** $VER: clib/rexxsyslib_protos.h 1.0 (23.1.94) **/"
  259. echo >>rexxsyslib_protos.h "#ifndef REXXSYSLIB_PROTOS_H"
  260. echo >>rexxsyslib_protos.h "#define REXXSYSLIB_PROTOS_H 1"
  261. echo >>rexxsyslib_protos.h "#include <pragmas/config.h>"
  262. echo >>rexxsyslib_protos.h "#include <exec/types.h>"
  263. echo >>rexxsyslib_protos.h "#include <clib/rexxsyslib_protos.h>  /** Note this is in the Amiga directory **/"
  264. echo >>rexxsyslib_protos.h "#if __SUPPORTS_PRAGMAS__"
  265. echo >>rexxsyslib_protos.h "#ifdef __DICE_INLINE"
  266. echo >>rexxsyslib_protos.h "extern struct Library **RexxSysBase;"
  267. echo >>rexxsyslib_protos.h "#include <pragmas/rexxsyslib_pragmas.h>"
  268. echo >>rexxsyslib_protos.h "#endif"
  269. echo >>rexxsyslib_protos.h "#endif"
  270. echo >>rexxsyslib_protos.h "#endif"
  271.  
  272.  
  273. echo  >timer_protos.h "/** $VER: clib/timer_protos.h 1.0 (23.1.94) **/"
  274. echo >>timer_protos.h "#ifndef TIMER_PROTOS_H"
  275. echo >>timer_protos.h "#define TIMER_PROTOS_H 1"
  276. echo >>timer_protos.h "#include <pragmas/config.h>"
  277. echo >>timer_protos.h "#include <exec/types.h>"
  278. echo >>timer_protos.h "#include <clib/timer_protos.h>  /** Note this is in the Amiga directory **/"
  279. echo >>timer_protos.h "#if __SUPPORTS_PRAGMAS__"
  280. echo >>timer_protos.h "#ifdef __DICE_INLINE"
  281. echo >>timer_protos.h "extern struct Library **TimerBase;"
  282. echo >>timer_protos.h "#include <pragmas/timer_pragmas.h>"
  283. echo >>timer_protos.h "#endif"
  284. echo >>timer_protos.h "#endif"
  285. echo >>timer_protos.h "#endif"
  286.  
  287.  
  288. echo  >translator_protos.h "/** $VER: clib/translator_protos.h 1.0 (23.1.94) **/"
  289. echo >>translator_protos.h "#ifndef TRANSLATOR_PROTOS_H"
  290. echo >>translator_protos.h "#define TRANSLATOR_PROTOS_H 1"
  291. echo >>translator_protos.h "#include <pragmas/config.h>"
  292. echo >>translator_protos.h "#include <exec/types.h>"
  293. echo >>translator_protos.h "#include <clib/translator_protos.h>  /** Note this is in the Amiga directory **/"
  294. echo >>translator_protos.h "#if __SUPPORTS_PRAGMAS__"
  295. echo >>translator_protos.h "#ifdef __DICE_INLINE"
  296. echo >>translator_protos.h "extern struct Library **TranslatorBase;"
  297. echo >>translator_protos.h "#include <pragmas/translator_pragmas.h>"
  298. echo >>translator_protos.h "#endif"
  299. echo >>translator_protos.h "#endif"
  300. echo >>translator_protos.h "#endif"
  301.  
  302.  
  303. echo  >utility_protos.h "/** $VER: clib/utility_protos.h 1.0 (23.1.94) **/"
  304. echo >>utility_protos.h "#ifndef UTILITY_PROTOS_H"
  305. echo >>utility_protos.h "#define UTILITY_PROTOS_H 1"
  306. echo >>utility_protos.h "#include <pragmas/config.h>"
  307. echo >>utility_protos.h "#include <exec/types.h>"
  308. echo >>utility_protos.h "#include <clib/utility_protos.h>  /** Note this is in the Amiga directory **/"
  309. echo >>utility_protos.h "#if __SUPPORTS_PRAGMAS__"
  310. echo >>utility_protos.h "#ifdef __DICE_INLINE"
  311. echo >>utility_protos.h "extern struct Library **UtilityBase;"
  312. echo >>utility_protos.h "#include <pragmas/utility_pragmas.h>"
  313. echo >>utility_protos.h "#endif"
  314. echo >>utility_protos.h "#endif"
  315. echo >>utility_protos.h "#endif"
  316.  
  317.  
  318. echo  >wb_protos.h "/** $VER: clib/wb_protos.h 1.0 (23.1.94) **/"
  319. echo >>wb_protos.h "#ifndef WB_PROTOS_H"
  320. echo >>wb_protos.h "#define WB_PROTOS_H 1"
  321. echo >>wb_protos.h "#include <pragmas/config.h>"
  322. echo >>wb_protos.h "#include <exec/types.h>"
  323. echo >>wb_protos.h "#include <clib/wb_protos.h>  /** Note this is in the Amiga directory **/"
  324. echo >>wb_protos.h "#if __SUPPORTS_PRAGMAS__"
  325. echo >>wb_protos.h "#ifdef __DICE_INLINE"
  326. echo >>wb_protos.h "extern struct Library **WorkbenchBase;"
  327. echo >>wb_protos.h "#include <pragmas/wb_pragmas.h>"
  328. echo >>wb_protos.h "#endif"
  329. echo >>wb_protos.h "#endif"
  330. echo >>wb_protos.h "#endif"
  331.  
  332.  
  333. echo  >amigaguide_protos.h "/** $VER: clib/amigaguide_protos.h 1.0 (23.1.94) **/"
  334. echo >>amigaguide_protos.h "#ifndef AMIGAGUIDE_PROTOS_H"
  335. echo >>amigaguide_protos.h "#define AMIGAGUIDE_PROTOS_H 1"
  336. echo >>amigaguide_protos.h "#include <pragmas/config.h>"
  337. echo >>amigaguide_protos.h "#include <exec/types.h>"
  338. echo >>amigaguide_protos.h "#include <clib/amigaguide_protos.h>  /** Note this is in the Amiga directory **/"
  339. echo >>amigaguide_protos.h "#if __SUPPORTS_PRAGMAS__"
  340. echo >>amigaguide_protos.h "#ifdef __DICE_INLINE"
  341. echo >>amigaguide_protos.h "extern struct Library **AmigaGuideBase;"
  342. echo >>amigaguide_protos.h "#include <pragmas/amigaguide_pragmas.h>"
  343. echo >>amigaguide_protos.h "#endif"
  344. echo >>amigaguide_protos.h "#endif"
  345. echo >>amigaguide_protos.h "#endif"
  346.  
  347.  
  348. echo  >asl_protos.h "/** $VER: clib/asl_protos.h 1.0 (23.1.94) **/"
  349. echo >>asl_protos.h "#ifndef ASL_PROTOS_H"
  350. echo >>asl_protos.h "#define ASL_PROTOS_H 1"
  351. echo >>asl_protos.h "#include <pragmas/config.h>"
  352. echo >>asl_protos.h "#include <exec/types.h>"
  353. echo >>asl_protos.h "#include <clib/asl_protos.h>  /** Note this is in the Amiga directory **/"
  354. echo >>asl_protos.h "#if __SUPPORTS_PRAGMAS__"
  355. echo >>asl_protos.h "#ifdef __DICE_INLINE"
  356. echo >>asl_protos.h "extern struct Library **AslBase;"
  357. echo >>asl_protos.h "#include <pragmas/asl_pragmas.h>"
  358. echo >>asl_protos.h "#endif"
  359. echo >>asl_protos.h "#endif"
  360. echo >>asl_protos.h "#endif"
  361.  
  362.  
  363. echo  >battclock_protos.h "/** $VER: clib/battclock_protos.h 1.0 (23.1.94) **/"
  364. echo >>battclock_protos.h "#ifndef BATTCLOCK_PROTOS_H"
  365. echo >>battclock_protos.h "#define BATTCLOCK_PROTOS_H 1"
  366. echo >>battclock_protos.h "#include <pragmas/config.h>"
  367. echo >>battclock_protos.h "#include <exec/types.h>"
  368. echo >>battclock_protos.h "#include <clib/battclock_protos.h>  /** Note this is in the Amiga directory **/"
  369. echo >>battclock_protos.h "#if __SUPPORTS_PRAGMAS__"
  370. echo >>battclock_protos.h "#ifdef __DICE_INLINE"
  371. echo >>battclock_protos.h "extern struct Library **BattClockBase;"
  372. echo >>battclock_protos.h "#include <pragmas/battclock_pragmas.h>"
  373. echo >>battclock_protos.h "#endif"
  374. echo >>battclock_protos.h "#endif"
  375. echo >>battclock_protos.h "#endif"
  376.  
  377.  
  378. echo  >battmem_protos.h "/** $VER: clib/battmem_protos.h 1.0 (23.1.94) **/"
  379. echo >>battmem_protos.h "#ifndef BATTMEM_PROTOS_H"
  380. echo >>battmem_protos.h "#define BATTMEM_PROTOS_H 1"
  381. echo >>battmem_protos.h "#include <pragmas/config.h>"
  382. echo >>battmem_protos.h "#include <exec/types.h>"
  383. echo >>battmem_protos.h "#include <clib/battmem_protos.h>  /** Note this is in the Amiga directory **/"
  384. echo >>battmem_protos.h "#if __SUPPORTS_PRAGMAS__"
  385. echo >>battmem_protos.h "#ifdef __DICE_INLINE"
  386. echo >>battmem_protos.h "extern struct Library **BattMemBase;"
  387. echo >>battmem_protos.h "#include <pragmas/battmem_pragmas.h>"
  388. echo >>battmem_protos.h "#endif"
  389. echo >>battmem_protos.h "#endif"
  390. echo >>battmem_protos.h "#endif"
  391.  
  392.  
  393. echo  >bullet_protos.h "/** $VER: clib/bullet_protos.h 1.0 (23.1.94) **/"
  394. echo >>bullet_protos.h "#ifndef BULLET_PROTOS_H"
  395. echo >>bullet_protos.h "#define BULLET_PROTOS_H 1"
  396. echo >>bullet_protos.h "#include <pragmas/config.h>"
  397. echo >>bullet_protos.h "#include <exec/types.h>"
  398. echo >>bullet_protos.h "#include <clib/bullet_protos.h>  /** Note this is in the Amiga directory **/"
  399. echo >>bullet_protos.h "#if __SUPPORTS_PRAGMAS__"
  400. echo >>bullet_protos.h "#ifdef __DICE_INLINE"
  401. echo >>bullet_protos.h "extern struct Library **BulletBase;"
  402. echo >>bullet_protos.h "#include <pragmas/bullet_pragmas.h>"
  403. echo >>bullet_protos.h "#endif"
  404. echo >>bullet_protos.h "#endif"
  405. echo >>bullet_protos.h "#endif"
  406.  
  407.  
  408. echo  >cia_protos.h "/** $VER: clib/cia_protos.h 1.0 (23.1.94) **/"
  409. echo >>cia_protos.h "#ifndef CIA_PROTOS_H"
  410. echo >>cia_protos.h "#define CIA_PROTOS_H 1"
  411. echo >>cia_protos.h "#include <pragmas/config.h>"
  412. echo >>cia_protos.h "#include <exec/types.h>"
  413. echo >>cia_protos.h "#include <clib/cia_protos.h>  /** Note this is in the Amiga directory **/"
  414. echo >>cia_protos.h "#if __SUPPORTS_PRAGMAS__"
  415. echo >>cia_protos.h "#ifdef __DICE_INLINE"
  416. echo >>cia_protos.h "extern struct Library **CiaBase;"
  417. echo >>cia_protos.h "#include <pragmas/cia_pragmas.h>"
  418. echo >>cia_protos.h "#endif"
  419. echo >>cia_protos.h "#endif"
  420. echo >>cia_protos.h "#endif"
  421.  
  422.  
  423. echo  >commodities_protos.h "/** $VER: clib/commodities_protos.h 1.0 (23.1.94) **/"
  424. echo >>commodities_protos.h "#ifndef COMMODITIES_PROTOS_H"
  425. echo >>commodities_protos.h "#define COMMODITIES_PROTOS_H 1"
  426. echo >>commodities_protos.h "#include <pragmas/config.h>"
  427. echo >>commodities_protos.h "#include <exec/types.h>"
  428. echo >>commodities_protos.h "#include <clib/commodities_protos.h>  /** Note this is in the Amiga directory **/"
  429. echo >>commodities_protos.h "#if __SUPPORTS_PRAGMAS__"
  430. echo >>commodities_protos.h "#ifdef __DICE_INLINE"
  431. echo >>commodities_protos.h "extern struct Library **CxBase;"
  432. echo >>commodities_protos.h "#include <pragmas/commodities_pragmas.h>"
  433. echo >>commodities_protos.h "#endif"
  434. echo >>commodities_protos.h "#endif"
  435. echo >>commodities_protos.h "#endif"
  436.  
  437.  
  438. echo  >console_protos.h "/** $VER: clib/console_protos.h 1.0 (23.1.94) **/"
  439. echo >>console_protos.h "#ifndef CONSOLE_PROTOS_H"
  440. echo >>console_protos.h "#define CONSOLE_PROTOS_H 1"
  441. echo >>console_protos.h "#include <pragmas/config.h>"
  442. echo >>console_protos.h "#include <exec/types.h>"
  443. echo >>console_protos.h "#include <clib/console_protos.h>  /** Note this is in the Amiga directory **/"
  444. echo >>console_protos.h "#if __SUPPORTS_PRAGMAS__"
  445. echo >>console_protos.h "#ifdef __DICE_INLINE"
  446. echo >>console_protos.h "extern struct Library **ConsoleBase;"
  447. echo >>console_protos.h "#include <pragmas/console_pragmas.h>"
  448. echo >>console_protos.h "#endif"
  449. echo >>console_protos.h "#endif"
  450. echo >>console_protos.h "#endif"
  451.  
  452.  
  453. echo  >datatypes_protos.h "/** $VER: clib/datatypes_protos.h 1.0 (23.1.94) **/"
  454. echo >>datatypes_protos.h "#ifndef DATATYPES_PROTOS_H"
  455. echo >>datatypes_protos.h "#define DATATYPES_PROTOS_H 1"
  456. echo >>datatypes_protos.h "#include <pragmas/config.h>"
  457. echo >>datatypes_protos.h "#include <exec/types.h>"
  458. echo >>datatypes_protos.h "#include <clib/datatypes_protos.h>  /** Note this is in the Amiga directory **/"
  459. echo >>datatypes_protos.h "#if __SUPPORTS_PRAGMAS__"
  460. echo >>datatypes_protos.h "#ifdef __DICE_INLINE"
  461. echo >>datatypes_protos.h "extern struct Library **DataTypesBase;"
  462. echo >>datatypes_protos.h "#include <pragmas/datatypes_pragmas.h>"
  463. echo >>datatypes_protos.h "#endif"
  464. echo >>datatypes_protos.h "#endif"
  465. echo >>datatypes_protos.h "#endif"
  466.  
  467.  
  468. echo  >disk_protos.h "/** $VER: clib/disk_protos.h 1.0 (23.1.94) **/"
  469. echo >>disk_protos.h "#ifndef DISK_PROTOS_H"
  470. echo >>disk_protos.h "#define DISK_PROTOS_H 1"
  471. echo >>disk_protos.h "#include <pragmas/config.h>"
  472. echo >>disk_protos.h "#include <exec/types.h>"
  473. echo >>disk_protos.h "#include <clib/disk_protos.h>  /** Note this is in the Amiga directory **/"
  474. echo >>disk_protos.h "#if __SUPPORTS_PRAGMAS__"
  475. echo >>disk_protos.h "#ifdef __DICE_INLINE"
  476. echo >>disk_protos.h "extern struct Library **DiskBase;"
  477. echo >>disk_protos.h "#include <pragmas/disk_pragmas.h>"
  478. echo >>disk_protos.h "#endif"
  479. echo >>disk_protos.h "#endif"
  480. echo >>disk_protos.h "#endif"
  481.  
  482.  
  483. echo  >diskfont_protos.h "/** $VER: clib/diskfont_protos.h 1.0 (23.1.94) **/"
  484. echo >>diskfont_protos.h "#ifndef DISKFONT_PROTOS_H"
  485. echo >>diskfont_protos.h "#define DISKFONT_PROTOS_H 1"
  486. echo >>diskfont_protos.h "#include <pragmas/config.h>"
  487. echo >>diskfont_protos.h "#include <exec/types.h>"
  488. echo >>diskfont_protos.h "#include <clib/diskfont_protos.h>  /** Note this is in the Amiga directory **/"
  489. echo >>diskfont_protos.h "#if __SUPPORTS_PRAGMAS__"
  490. echo >>diskfont_protos.h "#ifdef __DICE_INLINE"
  491. echo >>diskfont_protos.h "extern struct Library **DiskfontBase;"
  492. echo >>diskfont_protos.h "#include <pragmas/diskfont_pragmas.h>"
  493. echo >>diskfont_protos.h "#endif"
  494. echo >>diskfont_protos.h "#endif"
  495. echo >>diskfont_protos.h "#endif"
  496.  
  497.  
  498. echo  >dos_protos.h "/** $VER: clib/dos_protos.h 1.0 (23.1.94) **/"
  499. echo >>dos_protos.h "#ifndef DOS_PROTOS_H"
  500. echo >>dos_protos.h "#define DOS_PROTOS_H 1"
  501. echo >>dos_protos.h "#include <pragmas/config.h>"
  502. echo >>dos_protos.h "#include <exec/types.h>"
  503. echo >>dos_protos.h "#include <clib/dos_protos.h>  /** Note this is in the Amiga directory **/"
  504. echo >>dos_protos.h "#if __SUPPORTS_PRAGMAS__"
  505. echo >>dos_protos.h "#ifdef __DICE_INLINE"
  506. echo >>dos_protos.h "extern struct DosLibrary **DOSBase;"
  507. echo >>dos_protos.h "#include <pragmas/dos_pragmas.h>"
  508. echo >>dos_protos.h "#endif"
  509. echo >>dos_protos.h "#endif"
  510. echo >>dos_protos.h "#endif"
  511.  
  512.  
  513. echo  >dtclass_protos.h "/** $VER: clib/dtclass_protos.h 1.0 (23.1.94) **/"
  514. echo >>dtclass_protos.h "#ifndef DTCLASS_PROTOS_H"
  515. echo >>dtclass_protos.h "#define DTCLASS_PROTOS_H 1"
  516. echo >>dtclass_protos.h "#include <pragmas/config.h>"
  517. echo >>dtclass_protos.h "#include <exec/types.h>"
  518. echo >>dtclass_protos.h "#include <clib/dtclass_protos.h>  /** Note this is in the Amiga directory **/"
  519. echo >>dtclass_protos.h "#if __SUPPORTS_PRAGMAS__"
  520. echo >>dtclass_protos.h "#ifdef __DICE_INLINE"
  521. echo >>dtclass_protos.h "extern struct Library **DTClassBase;"
  522. echo >>dtclass_protos.h "#include <pragmas/dtclass_pragmas.h>"
  523. echo >>dtclass_protos.h "#endif"
  524. echo >>dtclass_protos.h "#endif"
  525. echo >>dtclass_protos.h "#endif"
  526.  
  527.  
  528. echo  >exec_protos.h "/** $VER: clib/exec_protos.h 1.0 (23.1.94) **/"
  529. echo >>exec_protos.h "#ifndef EXEC_PROTOS_H"
  530. echo >>exec_protos.h "#define EXEC_PROTOS_H 1"
  531. echo >>exec_protos.h "#include <pragmas/config.h>"
  532. echo >>exec_protos.h "#include <exec/types.h>"
  533. echo >>exec_protos.h "#include <clib/exec_protos.h>  /** Note this is in the Amiga directory **/"
  534. echo >>exec_protos.h "#if __SUPPORTS_PRAGMAS__"
  535. echo >>exec_protos.h "#ifdef __DICE_INLINE"
  536. echo >>exec_protos.h "extern struct ExecBase **SysBase;"
  537. echo >>exec_protos.h "#include <pragmas/exec_pragmas.h>"
  538. echo >>exec_protos.h "#endif"
  539. echo >>exec_protos.h "#endif"
  540. echo >>exec_protos.h "#endif"
  541.  
  542.  
  543. echo  >expansion_protos.h "/** $VER: clib/expansion_protos.h 1.0 (23.1.94) **/"
  544. echo >>expansion_protos.h "#ifndef EXPANSION_PROTOS_H"
  545. echo >>expansion_protos.h "#define EXPANSION_PROTOS_H 1"
  546. echo >>expansion_protos.h "#include <pragmas/config.h>"
  547. echo >>expansion_protos.h "#include <exec/types.h>"
  548. echo >>expansion_protos.h "#include <clib/expansion_protos.h>  /** Note this is in the Amiga directory **/"
  549. echo >>expansion_protos.h "#if __SUPPORTS_PRAGMAS__"
  550. echo >>expansion_protos.h "#ifdef __DICE_INLINE"
  551. echo >>expansion_protos.h "extern struct Library **ExpansionBase;"
  552. echo >>expansion_protos.h "#include <pragmas/expansion_pragmas.h>"
  553. echo >>expansion_protos.h "#endif"
  554. echo >>expansion_protos.h "#endif"
  555. echo >>expansion_protos.h "#endif"
  556.  
  557.  
  558. echo  >gadtools_protos.h "/** $VER: clib/gadtools_protos.h 1.0 (23.1.94) **/"
  559. echo >>gadtools_protos.h "#ifndef GADTOOLS_PROTOS_H"
  560. echo >>gadtools_protos.h "#define GADTOOLS_PROTOS_H 1"
  561. echo >>gadtools_protos.h "#include <pragmas/config.h>"
  562. echo >>gadtools_protos.h "#include <exec/types.h>"
  563. echo >>gadtools_protos.h "#include <clib/gadtools_protos.h>  /** Note this is in the Amiga directory **/"
  564. echo >>gadtools_protos.h "#if __SUPPORTS_PRAGMAS__"
  565. echo >>gadtools_protos.h "#ifdef __DICE_INLINE"
  566. echo >>gadtools_protos.h "extern struct Library **GadToolsBase;"
  567. echo >>gadtools_protos.h "#include <pragmas/gadtools_pragmas.h>"
  568. echo >>gadtools_protos.h "#endif"
  569. echo >>gadtools_protos.h "#endif"
  570. echo >>gadtools_protos.h "#endif"
  571.  
  572.  
  573. echo  >alib_stdio_protos.h "/** $VER: clib/alib_stdio_protos.h 1.0 (17.4.93) **/"
  574. echo >>alib_stdio_protos.h "#ifndef ALIB_STDIO_PROTOS_H"
  575. echo >>alib_stdio_protos.h "#define ALIB_STDIO_PROTOS_H 1"
  576. echo >>alib_stdio_protos.h "#include <pragmas/config.h>"
  577. echo >>alib_stdio_protos.h "#include <exec/types.h>"
  578. echo >>alib_stdio_protos.h "#include <clib/alib_stdio_protos.h>"
  579. echo >>alib_stdio_protos.h "#endif"
  580.  
  581.  
  582. echo  >alib_protos.h "/** $VER: clib/alib_protos.h 1.0 (17.4.93) **/"
  583. echo >>alib_protos.h "#ifndef ALIB_PROTOS_H"
  584. echo >>alib_protos.h "#define ALIB_PROTOS_H 1"
  585. echo >>alib_protos.h "#include <pragmas/config.h>"
  586. echo >>alib_protos.h "#include <exec/types.h>"
  587. echo >>alib_protos.h "#include <clib/alib_protos.h>"
  588. echo >>alib_protos.h "#endif"
  589.  
  590.  
  591. echo  >dicecache_protos.h "/** $VER: clib/dicecache_protos.h 1.0 (17.4.93) **/"
  592. echo >>dicecache_protos.h "#ifndef CLIB_DICECACHE_PROTOS_H"
  593. echo >>dicecache_protos.h "#define CLIB_DICECACHE_PROTOS_H 1"
  594. echo >>dicecache_protos.h ""
  595. echo >>dicecache_protos.h "/**"
  596. echo >>dicecache_protos.h " **  If DiceCacheOpen() returns NULL, **psize contains:"
  597. echo >>dicecache_protos.h " **/"
  598. echo >>dicecache_protos.h ""
  599. echo >>dicecache_protos.h "#define PS_CACHE_DISABLED   0    /**  disabled or not read-only    **/"
  600. echo >>dicecache_protos.h "#define PS_NO_MATCH        1"
  601. echo >>dicecache_protos.h "#define PS_LOCK_FAILED        2"
  602. echo >>dicecache_protos.h "#define PS_GENERAL_FAILURE  9"
  603. echo >>dicecache_protos.h ""
  604. echo >>dicecache_protos.h "/**"
  605. echo >>dicecache_protos.h " **"
  606. echo >>dicecache_protos.h " **/"
  607. echo >>dicecache_protos.h ""
  608. echo >>dicecache_protos.h "#ifndef _DICECACHE_INTERNAL_SKIP"
  609. echo >>dicecache_protos.h ""
  610. echo >>dicecache_protos.h "typedef void **CacheNode;"
  611. echo >>dicecache_protos.h ""
  612. echo >>dicecache_protos.h "CacheNode **DiceCacheOpen(const char **, const char **, long **);"
  613. echo >>dicecache_protos.h "void DiceCacheClose(CacheNode **);"
  614. echo >>dicecache_protos.h "void **DiceCacheSeek(CacheNode **, long, long **);"
  615. echo >>dicecache_protos.h "long DiceCacheGetSuffixes(char **, long);"
  616. echo >>dicecache_protos.h "long DiceCacheAddSuffix(const char **);"
  617. echo >>dicecache_protos.h "long DiceCacheRemSuffix(const char **);"
  618. echo >>dicecache_protos.h "void DiceCacheFlush(long);"
  619. echo >>dicecache_protos.h "void DiceCacheSet(long **, long);"
  620. echo >>dicecache_protos.h "void DiceCacheGet(long **, long);"
  621. echo >>dicecache_protos.h "void DiceCacheEnable(void);"
  622. echo >>dicecache_protos.h "void DiceCacheDisable(void);"
  623. echo >>dicecache_protos.h ""
  624. echo >>dicecache_protos.h "#endif"
  625. echo >>dicecache_protos.h "#endif"
  626.  
  627.